-
Notifications
You must be signed in to change notification settings - Fork 99
feat(avatar): update to new visual language #2019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 9e33eb7 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for stacks-svelte ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for stacks ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Add ActivityIndicator to Stacks Svelte
7ba3959 to
fcd0204
Compare
CGuindon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dancormier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I keep going back and forth on the size of the indicator on the 24px avatar variant 😂. I think that means it's fine! Thanks for the thoughtfulness towards this component @giamir
LGTM (once activity indicator is merged and we make sure it plays nicely with this)!
|
@CGuindon @dancormier Now that we have changed the activity indicator small size to 10x10 I opted for using the small size for both 16x and 24x avatars. Going with the big one for the 24 looked pretty odd to me. Let me know if that seems sensible to you. Thank you. |
That looks |




SPARK-61
Figma
Here is what changed:
.s-avatar--indicatorclass for positioning an activity indicator element in relation to the avatar. (docs)statusprop. When set toonlineit will show an activity indicator on the avatar. (storybook)Note: This PR should be merged after the activity indicator one get merged.